-
Notifications
You must be signed in to change notification settings - Fork 4.3k
CA: update k8s deps to 1.35.0-beta.0 #8827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2ece218 to
8d755e8
Compare
8d755e8 to
89052b8
Compare
|
That is fine. I will rebase. |
| assert.NotNil(t, predicateErr) | ||
| assert.Contains(t, predicateErr.FailingPredicateReasons(), "node(s) had untolerated taint {SomeTaint: WhyNot?}") | ||
| assert.Contains(t, predicateErr.Error(), "node(s) had untolerated taint {SomeTaint: WhyNot?}") | ||
| assert.Contains(t, predicateErr.FailingPredicateReasons(), "node(s) had untolerated taint(s)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
credit to @gnufied for saving me time having to figure out this one 🙏
|
/test pull-cluster-autoscaler-e2e-azure-master |
9674aca to
cadb707
Compare
|
looks like an error with a /retest |
cadb707 to
c00e24d
Compare
|
This PR appears to be pulling a version of kube-scheduler which is slightly older and I do not have CSI related stuff and hence I can't easily rebase. Is there any reason to rebase off alpha.3 rather than |
|
heh, looks like On second thought - @jackfrancis would you mind rebasing this to .beta.0, now that it has been released? |
c00e24d to
7ba09a1
Compare
|
@gnufied yes happy to use beta.0 |
|
/retest |
1915d8d to
85c458b
Compare
|
Just to give you heads up, if you do try and rebase with 0.beta, you may run into an issue because newer plugin expects a I have fixed this in my PR - https://github.com/kubernetes/autoscaler/pull/8721/files#diff-0e72c9730865fb559aa73d9b93e514b54ff7baac7ce61b4e2ca73223e4311fb5R68 which initializes a |
|
@gnufied thank you! I'm actually getting a different error using alpha.3: I'll go ahead and move to beta.0 and we can address breaking changes there. |
|
/retitle CA: update k8s deps to 1.35.0-beta.0 |
977da7a to
91027ac
Compare
91027ac to
52c809a
Compare
Yep, we will have to either enable all those featuregates by default or fix corresponding jobs that depend on this. This feature can't be disabled anymore. |
|
@jackfrancis: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR brings in the 1.35 Kubernetes deps in preparation for a 1.35 release of CA.
Which issue(s) this PR fixes:
Fixes #8742
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: